html{
        font-size: 0.7rem;
    }

.lang-en {
  display: none;
}

@media (min-width: 576px) {
    html{
        font-size: 1rem !important;
    }

    #navbarNav {
      top: 79.633px !important;
    }

  .image-section {
    background-position: 220% 53% !important;
    background-size: 75% !important;
  }

  .image-section-with-points {
    background-position: -163% -8% !important;
    background-size: 75% !important;
  }


}
@media (min-width: 768px) {
  .image-section {
    background-position: 192% 77% !important;
    background-size: 70%, 70% !important;
  }

  .image-section-with-points {
    background-position: -120% -20% !important;
    background-size: 70% !important;
  }

}
@media (min-width: 992px) {
  .image-section {
    background-position: 170% 130% !important;
    background-size: 65% !important;
  }

  .image-section-with-points {
    background-position: -100% -24% !important;
    background-size: 65% !important;
  }

  #navbarNav {
    position: inherit !important;
    background-color: inherit !important;
    padding: inherit !important;
    right: inherit !important;
    box-shadow: inherit !important;
    font-size: inherit !important;
  }

}
@media (min-width: 1200px) {
  .image-section {
    background-position: 154% 86% !important;
    background-size: 60% !important;
  }

  .image-section-with-points {
    background-position: -70% -32% !important;
    background-size: 60% !important;
  }
    .supr-headline {
      font-size: 5em;
      font-weight:900;
      letter-spacing:-.040em;
      line-height:0.97;
  }

  .supr-content {
      font-size: 1.2em;
      font-weight:400;
  }
}



html {
  letter-spacing: 0.03rem;
}

html, body {
  margin: 0;
  height: 100%;
  width: 100%;
}

header.main {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.image-section {
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: 225% 128%;
  background-size: 80%;
  background-attachment: fixed;
}

.image-section-with-points {
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: -148% -10%;
  background-size: 80%;
  background-attachment: fixed;
}

footer {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.css-image-icon {
  height: 40px;
  width: 40px;
}

.css-image-icon-circle {
  border: 1px solid #3e3e3d;
  border-radius: 40px;
  min-height: 68px;
  min-width: 68px;
  max-height: 68px;
  max-width: 68px;
}

nav.navbar {
  border-bottom: 1px solid #1e6eb4;
}

.navbar .logo {
  height: 40px;
}

#navbarNav {
  top: 67.467px;
  padding: 1.5rem;
  right: 0;
  background-color: #ffffff;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  font-size: 1.3rem;
  border-left: 1px solid #1e6eb4;
  border-bottom: 1px solid #1e6eb4;
}

@media(min-width: 992px) {
  #navbarNav {
    border: none;
  }
}

#navbarNav > ul.navbar-nav > li {
  padding: 5px 10px;
}

.navbar-shrink {
  -webkit-transition: ease-out 0.2s;
  transition: ease-out 0.2s;
  background-color: #fff !important;
}

.navbar-light .navbar-toggler .css-navbar-icon {
  border-color: #1A191A;
}

.navbar-light .navbar-toggler .css-navbar-icon::before {
  border-color: #1A191A;
}

.css-navbar-icon {
  position: relative;
  padding-left: 1.25em;
  height: 1rem;
  width: 2.5rem;
  border-top: 0.125rem solid #000;
  border-bottom: 0.125rem solid #000;
  display: inline-block;
}

.css-navbar-icon::before {
  content: "";
  position: absolute;
  left: 0;
  height: 0.32rem;
  width: 2.5rem;
  border-bottom: 0.125rem solid #000;
  box-sizing: unset;
}

.css-main-text {
    font-size: 1.437rem;
    max-width: 1300px;
}



.css-fixed-footer-text-width {
  min-width: 160px;
  max-width: 160px;
}

a, a:hover {
    text-decoration: none;
}

a.text-dark:hover, a.text-white:hover {
    color: #d2006e !important;
}

.supr-headline {
      font-size: 4rem;
      font-weight:900;
      letter-spacing:-.040em;
      line-height:0.97;  
}

.supr-content {
      font-size: 1.4em;
      font-weight:400;
}


.supr-fl-bg {
    background-color: #f6f5f7;
}

.supr-ye-bg {
    background-color: #fcfbf3;
}

.supr-gr-bg {
    background-color: #f7faf6;
}

.supr-ff-bg {
    background-color: #fff;
}

.supr-bl-bg {
    background-color: #000;
}

.css-font-aw-size {
  font-size: 180%;
}

.main-navbar-nav {
  padding: 0;
  margin: 0;
  width: 100%;
}

.navbar-div {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.profile-nav-item {
  margin-top: 15px;
}

.navbar-brand {
  margin-right: 0;
}

@media(min-width: 992px) and (max-width: 1399px) {
  .navbar-div {
    display: block;
    justify-content: unset;
    align-items: unset;
    text-align: center;
  }

  ul.navbar-nav {
    justify-content: center;
  }

  .sections-body {
     margin-top: 133px !important ;
  }

  .sections-body.logged-in {
     margin-top: 170px !important ;
  }
}

@media(min-width: 1400px) {
  .navbar-brand {
    float: left;
  }

  #navbarNav {
    float: right;
  }

  .main-navbar-nav {
      justify-content: flex-end;
      display: flex;
  }

  .lang-nav-item {
    margin-left: 20px;
  }

  .profile-nav-item {
    margin-left: 40px;
  }
}

.bottom-border {
  border-bottom: 1px solid #1e6eb4;
}



/* ---------------------------------------------------- */
/* --------------------- Agenda ------------------------ */
/* ---------------------------------------------------- */

.timeline-bullet {
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 3px solid;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
    background: #FFF;
}

.timeline-content {
    position: relative;
    margin-left: 35px;
    min-height: 50px;
    margin-bottom: 10px;
}

.timeline-content > a {
  display: table;
}

.timeline-content::after {
    content: "";
    display: table;
    clear: both;
}

.timeline-bullet, .highlighted-plan {
    border-color: #047cc2;
}

.timeline-content .date {
    /* float: left; */
    padding: 0;
    opacity: .7;
    font-weight: 600;
    color: #717171;
}

.timeline-block::after {
    content: "";
    display: table;
    clear: both;
}

.timeline-block {
    position: relative;
    margin: 1em 0;
}

.timeline {
    position: relative;
    padding: 0;
    margin-top: 2em;
    margin-bottom: 0;
}

.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 6px;
    height: 100%;
    width: 3px;
}

.timeline::before {
    background: #047cc2;
}

.nav-center ul.nav {
    display: inline-block;
}

.nav-center {
    text-align: center;
}

.nav-center ul.nav li {
    display: inline;
}
.nav-pills > li {
    float: left;
}
.nav-pills > li > a {
    background-color: #fff;
    color: #606060;
    border: 1px solid #606060;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 600;
    border-radius: .25rem;
}

.nav-pills > li > a.active {
    background-color: #047cc2;
    color: #fff;
    border-color: #047cc2; 
}

@media(min-width: 768px) {
  .timeline-content {
    margin-left: 60px;
  }
}

@media(min-width: 1170px) {
  .timeline::before {
      left: 50%;
      margin-left: -2px;
  }

  .timeline-block {
    margin: 2em 0;
  }

  .timeline-bullet {
    width: 15px;
    height: 15px;
    left: 50%;
    margin-left: -8px;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }

  .timeline-content {
    margin-left: 0;
    width: 47.3%;
  }

  .timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: transparent;
    border-left-color: white;
  }

  .timeline .timeline-block:nth-child(2n+1) .timeline-content h3, .timeline .timeline-block:nth-child(2n+1) .timeline-content p {
    text-align: right;
  }

  .timeline .timeline-block:nth-child(2n+1) .timeline-content > a {
    float: right;
  }

  .timeline-content .date {
    position: absolute;
    width: 100%;
    left: 112%;
    top: 0;
    font-size: 14px;
  }

  .timeline-bullet {
      width: 15px;
      height: 15px;
      left: 50%;
      margin-left: -8px;
      -webkit-transform: translateZ(0);
      -webkit-backface-visibility: hidden;
  }

  .timeline-block:nth-child(2n) .timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
        border-right-color: transparent;
    border-right-color: white;
  }

  .timeline-block:nth-child(2n) .timeline-content {
    float: right;
  }
  
  .timeline-block:nth-child(2n) .timeline-content .date {
      left: auto;
      right: 112%;
      text-align: right;
  }
}

.modal-header, .modal-footer {
  border-width: 1px;
}

/* ---------------------------------------------------- */
/* --------------------- Forms ------------------------ */
/* ---------------------------------------------------- */

label {
  display: inline-block;
  margin-bottom: .5rem !important;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="password"] {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  margin-bottom: 0.8rem;
}

.ho-button, .ho-submit {
  display: block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border: 0 solid transparent;
  padding: 0.7rem 1.5rem;
  font-size: 1rem;
  line-height: 1.35;
  border-radius: .25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #fff;
  background-color: #1e6eb4;
  border-color: #1e6eb4;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

label.ho-check-label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

label.ho-check-label > input.ho-check-input {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
  margin: 5px 5px 0 0;
}

label.ho-check-label > div {
  -ms-flex: 0 0 95%;
  flex: 0 0 95%;
  max-width: 95%;
}

@media(min-width: 768px) {
  .flush-headline {
    margin-top: -18px;
  }
}

.compare h3 {
  min-height: 47px;
}

@media(min-width: 576px) {
  .compare h3 {
    min-height: 67px;
  }
}

.big-top-space {
  padding-top: 130px;
}

.headline-cont {
  min-height: 350px;
}

.sections-body {
  margin-top: 81px;
}

.mini-showcase {
  padding: 90px 0;
}

.bg-light-gray {
  background-color: #F6F5F7 !important;
}

.ac-sections-body {
  margin-top: 80px;
}

@media(min-width: 992px) {
  .ac-sections-body {
    margin-top: 90px;
  }
}

.ac-sections-body h1, .ac-sections-body h2, .ac-sections-body h3,
.ac-sections-body h4, .ac-sections-body h5, .ac-sections-body h6,
.ac-sections-body .h1, .ac-sections-body .h2, .ac-sections-body .h3,
.ac-sections-body .h4, .ac-sections-body .h5, .ac-sections-body .h6
{
  font-weight: 400;
}


.nav-item > ul {
  list-style: none;
}

.ac-jump-anchor {
  padding-top: 80px;
}

@media(min-width: 768px) {
  .ac-menu {
    position: fixed;
    width: 170px;
  }

  .ac-jump-anchor {
    padding-top: 90px;
  }
}

@media(min-width: 992px) {
  .ac-menu {
    width: 230px;
  }
}

@media(min-width: 1200px) {
  .ac-menu {
    width: 280px;
  }
}

.features-card-link {
  position: absolute;
  bottom: 20px;
}


.back-to-top-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.back-to-top-btn, .back-to-top-btn a, .back-to-top-btn i, .back-to-top-btn svg {
  width: 40px;
  height: 40px;
  display: block;
}

.back-to-top-btn svg {
  width: 40px !important;
}

@media(min-width: 768px) {
  .back-to-top-btn a{
    display: none;
  }
}


.has-children:hover > .dropdown-menu, .dropdown-menu:hover {
  display: block;
}

.ho-field.hidden {
  display: none;
}

.express-booking-button .ho-form {
  padding: 0;
  width: 100% !important;
  margin: 0;
}

.express-booking-button .ho-submit {
  margin: 0;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  width: 100%;
}

.express-booking-button .ho-success {
  font-size: 14px;
}

.ho-form.meeting-express-booking {
    float: left;
    width: auto;
    margin-right: 10px;
    margin-bottom: 5px;
    max-width: unset;
}

.ho-form.express-booking {
    padding: 0 !important;
    background-color: inherit !important;
}

.meeting-slot-day {
  width: 100% !important;
}

.meeting-section-container {
  min-height: 720px;
}

/* ---------------------------------------------------- */
/* --------------------- Event ------------------------ */
/* ---------------------------------------------------- */
.event-spacer {
  padding-top: 2px;
  padding-bottom: 2px;
}

.event-bg-grey {
  background-color: #f6f5f7;
}

.event-bg-blue {
  background-color: #dbe6ff;
}

.event-details-btn {
  color: #717171;
  border: 1px solid #717171;
  background-color: #fff;
  width: 100%;
  margin-bottom: 10px;
}

.event-details-btn:hover {
  color: #fff;
  background-color: #717171;
}

.event-buttons {
  display: block;
  margin: auto 0;
}

.ho-form.express-booking.event-express-booking {
  width: auto;
  margin-left: 0;
  margin-right: auto;
}


/* ---------------------------------------------------- */
/* -------------------- Meeting ----------------------- */
/* ---------------------------------------------------- */

.meeting-express-booking button {
  width: 120px;
  margin-top: 0 !important;
}

.meeting-preview-box {
  padding-top: 15px;
  padding-bottom: 15px;
}

.meeting-preview-box > div {
  border: 1px solid #a4a4a4;
  border-radius: 3%;
  height: 250px;
}

.meeting-details-box {
  padding: 0 10px;
  width: 100%;
}

.meeting-details-box > div {
  border: 1px solid #a4a4a4;
  border-radius: 3%;
  height: auto;
  width: auto;
}

img.meeting {
  border: 1px solid #a4a4a4;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.row.margin-fix {
  margin-right: -10px;
  margin-left: -10px;
}

.meeting-description {
  overflow: scroll;
  height: 180px;
}

.meeting-slots {
  overflow: scroll;
  height: 240px;
}

.meeting-row {
  width: 100%;
  height: auto;
}


@media(min-width: 992px) {
  .meeting-details-box {
    padding: 0;
    width: auto;
  }

  .meeting-details-box > div {
    height: 530px;
    width: 49.2%;
    position: absolute;
    margin: 15px 15px 0px 10px;
  }

  .meeting-row {
    width: 50%;
  }

  .special-meeting-row.special-margin {
    margin-left: 50%;
  }
}

.meeting-details-box.show {
  display: block !important;
}

.meeting-details-box.hidden {
  display: none !important;
}


.meeting-preview-box.active > div {
  color: #fff;
  background-color: #1e6eb4;
}

.meeting-preview-box.active .btn {
  color: #3c3c3c;
  background-color: #fff;
  border-color: #3c3c3c;
}

.meeting-preview-box.active .btn:hover {
  color: #fff;
  background-color: #3c3c3c;
  border-color: #3c3c3c;
}

.meeting-already-booked {
  font-size: 0;
}

.meeting-already-booked br {
  display: none;
}

.meeting-already-booked button {
  float: left;
  margin-top: 0 !important;
}


/* ---------------------------------------------------- */
/* -------------------- Showroom ---------------------- */
/* ---------------------------------------------------- */

.showroom-item {
  position: relative;
  padding: 30px 0;
}

.showroom-item .text {
  position: absolute;
  color: #fff;
  top: 10%;
  left: 4%;
}

.showroom-item .text h2 {
    margin-bottom: 30px !important;
}

.showroom-item .text a {
    color: #fff;
    border-top: 2px solid #fff;
}

.showroom-item .text a svg {
  width: 30px;
  fill: #fff;
  height: 30px;
  margin-bottom: 4px;
  margin-right: -6px;
}

.showroom-item.dark .text {
  color: #1a191a;
}

.showroom-item.dark .text a {
    color: #1a191a;
    border-top: 2px solid #1a191a;
}

.showroom-item.dark .text a svg {
  fill: #1a191a;
}

@media(min-width: 992px) {
  .showroom-item {
      padding: 60px 0;
  }

  .showroom-item .text h2 {
    margin-bottom: 70px !important;
  }

  .showroom-item .text {
    top: 40%;
    left: 8%;
  }
}


/* ---------------------------------------------------- */
/* -------------------- Speaker ----------------------- */
/* ---------------------------------------------------- */

.facebook-link, .twitter-link, .google-plus-link, .instagram-link {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #fff !important;
}

.facebook-link .fa-facebook-f, .twitter-link .fa-twitter, .google-plus-link .fa-google-plus-g, .instagram-link .fa-instagram{
  font-size: 1.2rem;
}

.facebook-link {
  background-color: #3a5998;
}

.twitter-link {
  background-color: #1da1f2;
}

.google-plus-link {
  background-color: #dd4b39;
}

.instagram-link {
  background-color: #262626;
}

.sig-image {
  max-height: 60px;
}

/* ---------------------------------------------------- */
/* -------------------- Home -------------------------- */
/* ---------------------------------------------------- */

.home-bottom-image {
  margin-top: 20px;
}

.home-bottom-image img{
  width: 100%;
}

@media(min-width: 922px) {
  .home-bottom-image {
    margin-top: -50px;
  }
}

.ho-login-widget.ho-success {
  text-align: center;
}